Welcome![Sign In][Sign Up]
Location:
Search - driver in delphi

Search list

[Hook apicapword

Description: 通过Hook实现屏幕取词,虽然功能以前有人已经实现,但是,这段程序经过稳定性测试,可以进入商用,希望大家下载。-Introduction Capture words on screen with "Hook", which has already been realized, however this program has bben carefully tested and can be adopted in commercial use. Welcome to download!
Platform: | Size: 84992 | Author: 黄河 | Hits:

[Windows Developremotescreen

Description: 本文就当前的热点远程屏幕图象的抓取及其在网络上传输过程进行了详细介绍,并针对目前这类相关软件中普遍存在的网络带宽过大、实时性差、占用系统资源过多、稳定性差等问题侧重在屏幕图象的抓取与位图数据流的压缩、解压缩两方面提出了较为有效的解决方法,并提供了改进与实现的Delphi代码。本文将对于现有此类相关软件的完善及今后相关软件的研发具有非常重要的指导与参考价值-paper on the current hot Remote screen image capture and transmission networks in the process are described in more detail, and present related software such widespread network bandwidth is too large, real-time difference, taking up too many system resources, poor stability issues focused on the screen image capture and several bitmap According to the flow of compression, decompression two made a more effective solution, and provide improved with the realization of the Delphi code. This paper will be available for such software and the improvement of future software development is an important and valuable reference guide
Platform: | Size: 8192 | Author: lenk | Hits:

[Delphi/CppBuilderDelphicuankoutouxinshilidaohang

Description: **智能监视系统*** 程序运行时需要视频捕捉设备,如果没有,请安装USB_CAMERA目录下的设备驱动程序。 ***停车场收费系统*** 先安装sql server , 其中sa用户没有口令,再使用sql目录下的sql文件建立新数据库。 ***高校银卡系统*** 先安装sql server , 其中sa用户没有口令,再使用sql目录下的sql文件建立新数据库。 ***邮件短信系统*** 1.实现邮件检测功能: (1)注册账号,注意正确添写POP3服务器,用户名,密码。 2.实现发送短信功能: (1)在注册账号时要添写正确的手机号码,并选中发送到手机的复选框。 (2)跟据自己购买的GSM模块说明书设置串口参数,一般是“19200,n,8,1”。 (3)添写当地短信中心号码,前面的86可加可不加,如果没有写,系统在按“确定”后会自动加上。 (4)注意:如果短信中含有中文字符,则一定要设成Pdu模式,否则短信可能发送失败-intelligent surveillance systems*** procedures need video capture equipment, and if not, Install USB_CAMERA directory device driver.****** Parking fees system install sql server, which users sa no orders, sql re-use directory of the establishment of a new document sql database.****** College CE system install sql server, which users sa no orders, sql re-use directory of the establishment of a new document sql database.****** Mail messages a system. Detection mail : (1) registered account, pay attention to the correct Communist cause POP3 server, user name and password. 2. SMS functions to achieve this : (a) registered in your account to the Communist cause the correct phone number, Send and select the check box to the cell phone. (2) According to the purchase of GSM module specif
Platform: | Size: 10113024 | Author: 董林林 | Hits:

[Software EngineeringDelphibk

Description: 使用Delphi编程的人员如果需要在Windows下使用并口打印机逐行打印,而又不想使用Windows的驱动程序。我们这里提供一种不需要任何外来的元件的方法-Delphi programming staff if needed in the use of Windows Parallel Printer Progressive fight India, who do not want to use the Windows driver. Here we provide a not need any external components of
Platform: | Size: 3072 | Author: 王璇 | Hits:

[Hook apidriver

Description: 用DDDK编写驱动,修改SSDT表HOOK NTDebugActiveProcess函数 钩子函数中可以判断PID号,决定是否放行,放行则在钩子函数中调用原来的NTDebugActiveProcess函数.否则直接返回False.HOOK成功后所有调用DebugActiveProcess的程序将会失效.当然可以按照你的需要HOOK更多的系统服务函数.同一服务函数的服务号在每个操作系统版本中是不同的.下面附件中编译完成的驱动请在WinXP SP2的环境下测试.否则可能会导致直接重启-Used to prepare DDDK drive, modify SSDT Table HOOK NTDebugActiveProcess function hook function can determine the PID number, decide whether to release, release in the hook function to call the original function NTDebugActiveProcess. False.HOOK Otherwise, after the success of a direct return all calls DebugActiveProcess procedures will be failure. You can, of course, in accordance with the needs of more system services HOOK function. the same service function of the service in each of the operating system versions are different. following the completion of the annex to compile drivers in WinXP SP2 test environment. or else may lead to the resumption of direct
Platform: | Size: 3072 | Author: 张京 | Hits:

[Windows Developwdmcontrol

Description: 用delphi实现的驱动动态加载、卸载、启动和停止。提供给用delphi的网友参考。-Delphi driver with the realization of dynamic loading, unloading, start and stop. Available to users with delphi reference.
Platform: | Size: 236544 | Author: ycs | Hits:

[Hook apishuziqianming_D7

Description: 开始,运行输入 sigverif 通过检查数字签名就知道是不是ms的了。 主要使用Win32API实现验证应用或驱动程 WinVerifyTrust API。如果该API被Hook有没有其他方法验证应用或驱动程序是否通过微软签名?如果仅仅是被挂钩了IAT,那么可以直接通过函数指针调用。 如果是像Detours那样用jmp改写了函数头,可以通过读取WinTrust.dll中WinVerifyTrust的实现位置,恢复函数头的机器码。 不知道使用CryptoAPI,再使用指定的Microsoft证书 是不是更好一点,不容易被欺骗 怕调api被hook的话,自己将验证的代码写出来,用openssl应该容易点。-Start, Run enter sigverif by checking the digital signature is not on the know of the ms. Win32API realize the main use of the application or driver to verify WinVerifyTrust API. If the API was Hook has no other way to verify whether the application or driver through Microsoft Signed? If merely being linked to the IAT, you can call directly through the function pointer. If it is used as the Detours as to alter the function jmp head, can be read in WinVerifyTrust Wintrust.dll realize the location, the restoration of function of the binary header. Do not know the use of CryptoAPI, and then use the specified certificate is not Microsoft a little better, not easy to be deceived by fear api tune hook, then he would write the code to verify, using openssl should be easy points.
Platform: | Size: 200704 | Author: 齐欢乐 | Hits:

[Delphi VCLWinpcap_for_Delphi

Description: 为在Delphi中使用Winpcap 写的。Delphi6和Delphi2007中测试通过。需先安装Winpcap的驱动3.1.-For use in Delphi written Winpcap. Delphi6 and Delphi2007 in the test. Need to install Winpcap driver 3.1.
Platform: | Size: 1778688 | Author: yinster | Hits:

[Software EngineeringEPA_OBDII-Delphi

Description: dephi OBD II 技术路线,所谓OBD-II是一个系列的法规,目的是通过检测整个动力总成系统的故障或劣化来减少在用车的排放,排放控制系统是OBD-II的基础。OBD-II同时也提供诊断的标准化,修理及其他相关服务的标准化。当车辆的排放(HC,CO,NOx)由于被检测的零部件/系统的劣化而超出相关标准的1.5倍时,故障指示灯(MIL)必须被点亮以通知驾驶员,并同时记录故障码。-dephi OBD II technology roadmap, the so-called OBD-II is a series of regulations aimed at detecting the entire powertrain system to reduce the failure or deterioration in car emissions, emissions control system is based on the OBD-II. OBD-II also provides the standardization of diagnosis, repair and other related services for Standardization. When a vehicle emissions (HC, CO, NOx) were detected as a result of the components/systems and the deterioration in excess of 1.5 times the relevant standards, the malfunction indicator light (MIL) must be lit to inform the driver and at the same time recorded fault code .
Platform: | Size: 867328 | Author: whr | Hits:

[Delphi VCLdbexpase

Description: delphi7中dbExpress控件中连接sybase数据库的驱动-Delphi7 in control dbExpress driver connecting sybase database
Platform: | Size: 3524608 | Author: ch | Hits:

[Driver DevelopDDDK004

Description: Delphi是优美而强大的语言,但是在开发驱动程序方面却不在行,有了这个单元,你就可以用你喜爱的语言来开发驱动程序了-Delphi is a beautiful and powerful language, but in the development of driver is not good, with this unit, you can use your favorite language to develop a driver
Platform: | Size: 1076224 | Author: 陈向阳 | Hits:

[Delphi VCLudt_delphi

Description: DELPHI 封装的UDT类库..可以在DELPHI使用开源的UDT类库.-DELPHI package UDT library .. DELPHI use of open source in the UDT class library.
Platform: | Size: 215040 | Author: | Hits:

[Windows Developdirect9_delphi

Description: directx 9 的delphi驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of directX 9 in delphi, it will bring you very big benfit if you will read it, it is very nice.
Platform: | Size: 673792 | Author: 华伟大 | Hits:

[Internet-Networkremotedesktop

Description: 远程桌面功能,利用虚拟显卡驱动技术,只传变化区域-Remote Desktop feature, the use of virtual graphics driver technology, only passing on changes in regional
Platform: | Size: 479232 | Author: 袁大头 | Hits:

[Driver DevelopGuiKmd

Description: GuiKmd - Driver Development in Delphi which is in GUI, not console.-GuiKmd- Driver Development in Delphi which is in GUI, not console.
Platform: | Size: 4594688 | Author: Raivis | Hits:

[Delphi VCLzylgpsr356

Description: ZylGPSReceiver is a Delphi / C++Builder component collection that communicates with a serial GPS receiver. It works with any NMEA compatible receiver connected to one of the serial ports. You can use it also with USB and Bluetooth devices, because these devices have a driver that redirects the input from the USB or Bluetooth port to a virtual serial port (you can check it in System/Device Manager/Ports). If your device is not provided with such a driver, then use a USB controller whose vendor provides a virtual serial port driver, such as FTDI or use a USB/RS-232 adapter. With this component you will be able to develop robust GPS Delphi or C++Builder applications.
Platform: | Size: 1231872 | Author: b0x | Hits:

[Delphi VCLd_vfp

Description: 在Delphi下,依靠VFPOleDb 驱动,使用ADO可以很稳定的开发基于vfp数据库的小型数据库应用程序(此为驱动+Delphi源码)-In Delphi, relying VFPOleDb drive, use ADO can be very stable vfp database development based on a small database application (this is the driver+ Delphi source)
Platform: | Size: 2697216 | Author: Hssmy | Hits:

[Delphi VCLsms

Description: 本群发软件可支持各种群发器,也可支持带MODE手机(现在大多手机都带,插上USB线即可),对于COM口的设备不用安装驱动就可发短信 而对于USB口的则要安装相关的USB设备驱动,Samsung或Nokia则可到网上下载手机驱动.就可当成短群信发器了-The software can support a variety of mass mass device can also support mobile phones with MODE (now with most phones, you can plug in USB cable), the COM port of the device can send text messages without having to install drivers for the USB port will have the Install USB device driver related, Samsung or Nokia mobile phones can be downloaded to the driver. can be as short hair a group of letters
Platform: | Size: 205824 | Author: 陈先生 | Hits:

[Delphi VCLCSM400(DELPHI)

Description: 来电显示盒通过USB线接入电脑后,系统提示找到硬件并提示安装硬件驱动程序。这时可直接选择“否”关闭安装程序,而直接运行附带光盘中的USB.exe 驱动程序,并按提示完成安装。-Caller ID box via USB cable into the computer, the system prompt to find hardware and prompts to install the hardware drivers. At this time directly choose " No" close the installation program, run with the disc directly in the USB.exe driver, and follow the prompts to complete the installation.
Platform: | Size: 288768 | Author: mc | Hits:

[Driver DevelopComSpy(delphi)

Description: 监视串口的过滤驱动程序源码(sermon C++)和上层应用程序源码(delphi),在这里展示了在delphi下如何加载一个驱动以及与驱动程序通信的基本示例,里面还有很多功能有待大家挖掘和完善,完善后别忘了发一份源码给我。-Monitor serial filter driver source code (sermon C++) and the upper application source code (delphi) here shows a basic example of how to load a driver, as well as communication with the driver under in delphi, there is also a lot of features to be mining and , perfect and do not forget to send a source to me.
Platform: | Size: 534528 | Author: | Hits:
« 12 »

CodeBus www.codebus.net